|
ObjectiveLib
1.0.0
|
A base class for function objects. More...
#import <ObjectiveLib/Functional.h>

Static Public Member Functions | |
| (id) | + functorOfType: |
| Create and return an instance of a function object. | |
A base class for function objects.
This class merely provides the service that will create and return an instance of a function object of a desired type.
| + (id) functorOfType: | (OLFunctorType) | type |
Create and return an instance of a function object.
All functors that are shipped with ObjectiveLib and that have initializers that take no arguments can be created with this message.
| type | the type of functor to create |
|